home *** CD-ROM | disk | FTP | other *** search
- #define NO_MEMORY 1
- #define BAD_IFF 2
- #define READ_ERROR 3
- #define WRITE_ERROR 4
- #define UNKNOWN_COMPRESSION 5
-
- #ifdef ERRORSTRINGS
- char *errortext[]={"","No Memory","No IFF-ILBM File","Read error",
- "Write error","Unknown compressionmethod"};
- #endif
-
- void SetColors(struct ViewPort *vp);
- int ReadPicSize(FILE *,SHORT *,SHORT *,SHORT *,SHORT *,SHORT *,USHORT *);
- int ReadBody(struct RastPort *,FILE *);
- int WriteWindow(FILE *,struct Window *,int,int);
- void IFFCleanup(void);
-
-
-